projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41bee28
)
Include <unistd.h> for chdir.
author
Andreas Schwab
<schwab@suse.de>
Mon, 27 Apr 1998 09:22:29 +0000
(09:22 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Mon, 27 Apr 1998 09:22:29 +0000
(09:22 +0000)
lib-src/make-docfile.c
patch
|
blob
|
history
diff --git
a/lib-src/make-docfile.c
b/lib-src/make-docfile.c
index 9fe30bd6c3442d4e9da7e562e02cff2c69f960d4..82e7f7c4efd62160ee4176108757bb4ff509ff85 100644
(file)
--- a/
lib-src/make-docfile.c
+++ b/
lib-src/make-docfile.c
@@
-63,6
+63,10
@@
int scan_c_file ();
#undef chdir
#endif
+#ifdef HAVE_UNISTD_H
+#include <unistd.h>
+#endif
+
/* Stdio stream for output to the DOC file. */
FILE *outfile;